home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 / Aminet - June 1993 [Walnut Creek].iso / ab20 / fish / fishcon / fishc001.lzh / FishCon-001 next >
Encoding:
Text File  |  1990-01-10  |  94.4 KB  |  2,161 lines

  1. PAGE 1  
  2. ============================== README.list1 ==============================
  3. This is disk 1 of the freely distributable AMIGA software library.
  4.  
  5. amigademo       Graphical benchmark for comparing amigas.
  6.                 Author: Charlie Heath (MicroSmiths)
  7.  
  8. amigaterm       Terminal emulation program with xmodem upload/download
  9.                 capability.
  10.                 Author: Michael Mounier
  11.  
  12. balls           Simulation of the "kinetic thingy" with balls on strings
  13.                 where only the end balls move (quick, can YOU come up
  14.                 with a better description?).  Anyway, cute.
  15.                 Author: Perry Kivolowitz
  16.  
  17. colorful        Shows off use of hold-and-modify mode.
  18.                 Posted to usenet by Robert Pariseau.
  19.  
  20. dhrystone       Dhrystone benchmark program.
  21.                 Author: Reinhold Weicker (Ada version)
  22.                         Rick Richardson (C version)
  23.  
  24. dotty           Source to the "dotty window" demo on the Workbench disk.
  25.                 Posted to usenet by Dale Luck.
  26.  
  27. freedraw        A small "paint" type program.  Free drawing, boxes, 
  28.                 filled boxes, etc.
  29.                 Author: Rick Ross
  30.  
  31. gad             "Fun with Gadgets".  Demonstration program for use
  32.                 of gadgets.
  33.                 Author: John Draper (Aka "crunch")
  34.  
  35. gfxmem          Graphical memory usage display program.  Watch your
  36.                 machine's memory usage!  Cute and useful.
  37.                 Author: Louis Mamakos
  38.  
  39. halfbrite       Sample program that demonstrates "Extra-Half-Brite"
  40.                 mode on latter AMIGA's with new VLSI chip.  Allows
  41.                 64 colors in low-res mode, rather than 32.
  42.                 Posted to usenet by Robert Pariseau.
  43.  
  44. hello           Demonstrates creation of a simple window, "hello world".
  45.                 Posted to usenet by Eric Lavitsky.
  46.  
  47. latffp          Shows how to access the Motorola Fast Floating Point
  48.                 library from Lattice C.  Also demonstrates the tremendous
  49.                 speedup obtained.
  50.                 Author: Larry Hildenbrand
  51.  
  52. palette         Sample program for designing color palettes.
  53.                 Author: Charlie Heath
  54.  
  55. trackdisk       Demonstrates use of the trackdisk driver.  Useful example
  56.                 of "raw" disk read/write.
  57.                 Author: Rob Peck
  58.  
  59.  
  60.  
  61. PAGE 2  
  62. requesters      Sample program and documentation for building and
  63.                 using requesters.  John worked REAL hard to dig out
  64.                 all the information in this one!
  65.                 Author: John Draper (aka "crunch")
  66.  
  67. speech          Sample speech demo program.  Stripped down version of
  68.                 "speechtoy".
  69.                 Author: Rob Peck
  70.  
  71. speechtoy       Another speech demo program.  Cute.  You have to see this
  72.                 one.  Be sure to click gadget that pops up the face.
  73.                 Author: David Lucas
  74.  
  75. =========================================================================
  76. ============================= README.list2 ==============================
  77. This is disk 2 of the freely distributable AMIGA software library.
  78.  
  79. alib            Object module librarian.
  80.                 Author: Mike Schwartz
  81.  
  82. cc              Unix-like frontend for Lattice C compiler.
  83.                 Author: Fred Fish
  84.  
  85. dbug            Macro based C debugging package.  Machine independent.
  86.                 Provides function trace, selective printing of internal
  87.                 state information, and more.
  88.                 Author: Fred Fish
  89.  
  90. make            Subset of "unix" make command.  Useful, but does not have
  91.                 many of the features of the full make, much less the newer
  92.                 "augmented make".
  93.                 Author: Landon Dyer
  94.  
  95. make2           Another make subset command.
  96.                 Author: Marc Mengel
  97.  
  98. microemacs      Small, relatively portable version of emacs.  Has
  99.                 keyboard macros.  No extension language.
  100.                 Author: Dave Conroy
  101.  
  102. portar          Portable archiver.  Used to bundle text file up into a 
  103.                 single file for transmission as a unit, or otherwise
  104.                 handling as a single file.  "Portable" because the code
  105.                 itself is portable and because the archive format is
  106.                 very simple (uses ascii headers to separate files).
  107.                 From Decus C distribution.
  108.                 Author:  Martin Minow
  109.  
  110. xrf             C cross reference utility.  Originally from Decus C
  111.                 distribution.
  112.                 Author: Bob Denny
  113.  
  114. =========================================================================
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. PAGE 3  
  122. ============================= README.list3 ==============================
  123. This is disk 3 of the freely distributable AMIGA software library.
  124.  
  125. gothic          Gothic banner printer.  Prints DOWN the page, rather
  126.                 than across, so arbitrarily long banners can be 
  127.                 created.  Send EOF (CTRL-\) to end input.
  128.                 From a Decus C distribution several years ago.
  129.                 Author: unknown
  130.  
  131. roff            A "roff" type text formatter, roughly following
  132.                 "Software Tools" version.  Somewhat upwardly compatible
  133.                 with unix "nroff" command.
  134.                 Author Ken Yap
  135.  
  136. ff              A very fast text formatter, controlled exclusively by
  137.                 command line arguments.
  138.                 Author: Gary Perlman & hordes of students
  139.  
  140. cforth          A highly portable forth implementation.  Lots of goodies.
  141.                 Author: Allan Pratt
  142.  
  143. xlisp           A nice little lisp implementation.  Compiles and links
  144.                 ok, but something in the Lattice C setjmp/longjmp code
  145.                 prevents it from currently running.  Might be easily fixed.
  146.                 Version 1.4
  147.                 Author: David Betz
  148.  
  149. =========================================================================
  150. ============================= README.list4 ==============================
  151. This is disk 4 of the freely distributable AMIGA software library.
  152.  
  153. banner          Prints horizontal banner (across screen).  From Decus
  154.                 C distribution of several years ago.
  155.                 Author: Unknown
  156.                 
  157. bgrep           Another grep like utility, also using the Boyer-Moore
  158.                 algorithm.
  159.                 Author: Roy Mongiovi and Arnold Robbins
  160.  
  161. bison           A replacement for unix "yacc" command.  This is from
  162.                 the GNU (GNU is Not Unix) effort, and was obtained
  163.                 from the Free Software Foundation.  Compiles and
  164.                 links (with some effort) but currently crashes the
  165.                 machine.  Needs work, but will probably be worth it.
  166.                 Author: Bob Corbett and Richard Stallman
  167.  
  168. bm              A grep like utility using the Boyer-Moore algorithm.
  169.                 Author: Peter Bain
  170.  
  171. grep            Decus grep (Get Regular Expression and Print).  Useful
  172.                 for finding strings in files.
  173.                 Author: Unknown
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181. PAGE 4  
  182. kermit          This is an absolutely ancient kermit, who's only
  183.                 saving grace is that it is small and quite portable.
  184.                 On the AMIGA, there is no connect mode, only send and
  185.                 receive.  You must log into the remote machine via
  186.                 one of it's local terminals and point it's kermit at the
  187.                 appropriate serial line connected to the AMIGA.
  188.                 Author: Unknown, but it is so hacked up it doesn't
  189.                         matter by now.
  190.  
  191. MyCLI           Another CLI for the AMIGA.
  192.                 Author: Mike Schwartz
  193.  
  194. mandel          A Mandelbrot set program.
  195.                 Author: Robert French, with additions by RJ Mical
  196.  
  197. =========================================================================
  198. ============================= README.list5 ==============================
  199. This is disk 5 of the freely distributable AMIGA software library.
  200.  
  201. It contains many of the programs, written by Commodore-Amiga people,
  202. that were included in disk number 1.  However, they have been cleaned
  203. up so that they compile cleanly on the AMIGA, return resources 
  204. allocated, etc.
  205.  
  206. cons            Console device demo program with supporting macro routines.
  207.                 Author: Rob Peck  12/1/85
  208.  
  209. freemap         Creates a visual diagram of free memory.  Comes with
  210.                 custom icon so can be run from workbench screen.
  211.                 Author: Robert J. Mical
  212.  
  213. input.dev       In combination with hander.interface.asm (supplied),
  214.                 lets a user trap keyboard or mouse events before they
  215.                 get to Intuition and if desired, install new (phony/
  216.                 generated/other-devices-mouse-simulations) into the
  217.                 input stream.  Handler.interface.asm is needed to convert
  218.                 the calling sequence performed by the input.task for
  219.                 the input stream management into something that a
  220.                 C program can understand.
  221.                 Author: Rob Peck  12/1/85
  222.  
  223. joystick        Shows how to set up the gameport device as a joystick.
  224.                 Reports parameters received from joystick hooked to
  225.                 right port.
  226.                 Author: Rob Peck  12/1/85
  227.  
  228. keyboard        Sample program to demonstrate direct communications with
  229.                 the keyboard.
  230.                 Author: Rob Peck  12/1/85
  231.  
  232. layers          Shows use of the layers library, used by Intuition to
  233.                 create windows (layers handles all overlapping drawing
  234.                 areas and keeps things straight, sending to the back,
  235.                 bringing to the front, making larger/smaller, etc.)
  236.                 Author: Rob Peck  12/1/85
  237.  
  238.  
  239.  
  240.  
  241. PAGE 5  
  242. mandelbrot      Latest and greatest mandelbrot program.  New features
  243.                 include the ability to save images in "iff" format,
  244.                 for reading into Deluxe Paint or other programs that
  245.                 use iff.  Also includes code from GraphiCraft to handle
  246.                 color palette and change colors at will.  Many additions
  247.                 by RJ Mical.
  248.                 Author: Robert French
  249.  
  250. mouse           Shows how to set up the gameport device as a mouse so
  251.                 that hooking up the mouse to the right port gives access
  252.                 to mouse information.
  253.                 Author: Rob Peck  12/1/85
  254.  
  255. one.window      Produces a window with a console attached.  Does graphics
  256.                 in the top half and limits the console activity to the
  257.                 lower half.
  258.                 Author: Rob Peck  12/18/85
  259.  
  260. parallel        Demonstrates access to the parallel port.
  261.                 Author: Tom Pohorsky  12/1/85
  262.  
  263. printer         Shows how to open and use a printer, does a screen dump
  264.                 of the workbench screen if there is a graphics-capable
  265.                 printer attached.
  266.                 Currently does not compile under Lattice C Ver3.02 and
  267.                 does not link under Lattice C Ver3.03.
  268.                 Author: Rob Peck  12/1/85
  269.  
  270. print.support   Printer support routines.  Currently won't compile,
  271.                 missing a header file "local.h".
  272.                 Author: unknown
  273.  
  274. proctest        Sample code to create a process, set up message ports,
  275.                 pass messages, etc.  Sample slave code for create process
  276.                 test (littleproc.c) currently does not link under either
  277.                 Lattice C 3.02 or 3.03 (unresolved global variables not
  278.                 in libraries).
  279.                 Author: Rob Peck  1/4/86
  280.  
  281. region          Demonstrates how a drawing area can be split into linked
  282.                 rectangular regions.  Draws a rectangle in a single
  283.                 playfield display, then draws "Behind a Fence" several
  284.                 times behind an apparent fence in the rectangle.
  285.                 Only works under Lattice Ver3.03.
  286.                 Author: Rob Peck  12/1/85
  287.  
  288. samplefont      A sample font that produces clubs, hearts, spaces, and
  289.                 diamonds as its four characters.  Shows precisely what
  290.                 is contained in an Amiga font.
  291.                 Author: Unknown
  292.  
  293. serial          Demonstrates access to the serial port.  Requires an
  294.                 external terminal connected to the serial port.
  295.                 Author: Unknown
  296.  
  297. singlePlayfield Creates and displays a 320 by 200 by 2 bit plane
  298.                 single playfield display.  Completely covers Intuition's
  299.                 display, but gives the system back at exit.
  300.                 Author: Rob Peck  12/1/85
  301. PAGE 6  
  302. speechtoy       Latest and greatest version of Dave's cute speech demo
  303.                 program.  Comes with custom icon so can be run from
  304.                 a workbench screen.
  305.                 Author: Dave Lucas
  306.  
  307. speech.demo     A much simplified version of speechtoy.  Also includes
  308.                 exec support functions for extended IO requests,
  309.                 CreateExtIO() to allocate and initialize a new IO request
  310.                 block and DeleteExtIO() to free an extended IO request
  311.                 block.
  312.                 Author: Rob Peck  12/1/85
  313.  
  314. text.demo       Sample program that asks AvailFonts() to make a list of
  315.                 the fonts that are available, then opens a window and
  316.                 then prints a description of the various attributes that
  317.                 can be applied to the fonts, in the font itself.
  318.                 Previous versions were released as "whichfont".
  319.                 Author: Rob Peck  12/1/85
  320.  
  321. timer           Simple timer example program.  Includes dynamic
  322.                 allocation of data structures needed to communicate
  323.                 with the timer device, as well as the actual device
  324.                 IO.
  325.                 Author: Rob Peck  12/1/85
  326.  
  327. trackdisk       Demonstrates use of trackdisk driver.  Useful example of
  328.                 "raw" disk read/write.
  329.                 Author Rob Peck  12/1/85
  330.  
  331. =========================================================================
  332. ============================= README.list6 ==============================
  333. This is disk 6 of the freely distributable AMIGA software library.
  334.  
  335. compress        Compress reduces the size of the named files using
  336.                 adaptive Lempel-Ziv coding.  The amount of compression
  337.                 obtained depends on the size of the input, the number of
  338.                 bits per code, and the distribution of common substrings.
  339.                 Typically, text such as source code or English is reduced
  340.                 by 50-60%.  Compression is generally much better then that
  341.                 achieved by Huffman coding (as used in "pack") or
  342.                 adaptive Huffman coding (as used in "compact"), and takes
  343.                 less time to compute.  Great for saving disk space, or
  344.                 reducing transmission time over phone lines!  Also includes
  345.                 "btoa" and "atob" for converting binary files to ascii, and
  346.                 then back to binary (for transmission over links that do
  347.                 not support 8 bits).
  348.                 Author: Thomas Spencer, with improvements by others
  349.  
  350. dadc            A digital computer impersonating an analog clock
  351.                 impersonating a digital clock.
  352.                 Author: Perry S. Kivolowitz
  353.  
  354. microemacs      An upgraded version of microemacs originally distributed
  355.                 on disk number 2.  I don't have an exact list of changes
  356.                 but the new executable is about 25% larger, so there must
  357.                 be something in there!  One enhancement is that some
  358.                 functions are now also bound to function keys.
  359.                 Author: Dave Conroy, with enhancements by Jack Roose.
  360.  
  361. PAGE 7  
  362. mult            Mult reads the input comparing adjacent lines.  In the
  363.                 normal case, the second and succeeding copies of repeated
  364.                 lines are output, and the remainder of the lines are
  365.                 removed.  Repeated lines must be adjacent in order to be
  366.                 found.  Options are present to output the first of multiple
  367.                 lines, for comparing adjacent lines by field only, and for
  368.                 specifying the field separator character.  Kind of the
  369.                 opposite of the Unix "uniq" program.
  370.                 Author: Dennis Bednar
  371.  
  372. scales          Demonstrates use of the Audio functions in the ROM to
  373.                 produce four voice sound.  It uses a simple waveform
  374.                 (sawtooth) with no amplitude control (ie, envelope)
  375.                 or frequency variation (ie, vibrato), but these can be
  376.                 easily implemented.  Also includes considerable 
  377.                 documentation on audio device.
  378.                 Author: Steven A. Bennett
  379.  
  380. setparallel     Allows the CLI user to dynamically change any particular
  381.                 parallel port parameter.
  382.                 Author: Keith Stobie and Tom Pohorsky
  383.  
  384. setserial       Allows the CLI user to dynamically change any particular
  385.                 serial port parameter.
  386.                 Author: Keith Stobie and Tom Pohorsky
  387.  
  388. sortc           A quicksort based sort program, using separate driver
  389.                 and sort modules.  Originally from a DECUS C distribution.
  390.                 Claims to be fast, but when operating entirely out of ram
  391.                 takes 93 seconds to sort its input file, sort.c, while
  392.                 AmigaDos's sort takes only 43 seconds under the same 
  393.                 conditions.
  394.                 Author: Dave Conroy, Martin Minow, and Ray Van Tassle
  395.  
  396. stripc          Strips comments and extraneous whitespace from C source
  397.                 files.  Useful for compacting the C header files to
  398.                 increase usable disk space.
  399.                 Author: Chris Metcalf
  400.  
  401.                 
  402. =========================================================================
  403. ============================= README.list7 ==============================
  404. This is disk 7 of the freely distributable AMIGA software library.
  405. This disk contains a port (executables only) of the popular UNIX game
  406. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  407.  
  408.  
  409. Hack            Version 1.0.1.
  410.                 Author: John Toebes
  411. =========================================================================
  412. ============================= README.list8 ==============================
  413. This is disk 8 of the freely distributable AMIGA software library.
  414.  
  415. It contains the source to "Hack", a popular UNIX game ported to the
  416. AMIGA by John Toebes.  Please read all the associated README files
  417. before redistributing with changes.
  418.  
  419. =========================================================================
  420.  
  421. PAGE 8  
  422. ============================= README.list9 ==============================
  423. This is disk 9 of the freely distributable AMIGA software library.
  424.  
  425. moire           Draws moire patterns in black and white in a borderless
  426.                 backdrop window.  Currently only runs with Lattice C
  427.                 version 3.02, when compiled with 3.03 crashes the system.
  428.                 Author: Scott Ballantyne
  429.  
  430. MVP-FORTH       Mountain View Press Forth, version 1.00.03A.
  431.                 A shareware version of forth from Fantasia Systems.
  432.                 Runable from the workbench, comes with icons and
  433.                 such.  If you use this, you should send a contribution
  434.                 to Fantasia Systems / Mountain View Press.
  435.  
  436. proff           Another text formatting program.  This one is significantly
  437.                 more powerful than any of the others previously distributed
  438.                 on these disks.
  439.  
  440. setlace         Program to toggle interlace mode on and off.
  441.                 When used with a black background, and amber or green
  442.                 characters, produces a nice CLI environment.
  443.                 Author: Bob Pariseau,  Nov 85
  444.  
  445. skewb           Not quite sure what this is supposed to be, it was
  446.                 downloaded from a bbs with no documentation.  C'mon
  447.                 folks, at least put a three line description at the
  448.                 start of your programs!
  449.                 Author: Raymond S. Brand
  450.  
  451. sparks          Graphics demo that draws a "moving pathway", adding
  452.                 to the front and removing from the tail (sure is
  453.                 hard to come up with verbal descriptions of these
  454.                 things!).
  455.                 Author: Scott Ballantyne
  456.  
  457. =========================================================================
  458. ============================= README.list10 ==============================
  459. This is disk 10 of the freely distributable AMIGA software library.
  460.  
  461. conquest        You control an interstellar empire, decide which star
  462.                 systems to explore, which planets to colonize, etc.
  463.                 The computer will also be building its own empire and
  464.                 competing with you for resources.  The one with the
  465.                 greatest population at the end wins.  Executable only,
  466.                 no source.  Downloaded from Denver BBS.
  467.                 Author: Unknown, ported to Amiga by Rob Shimbo
  468.  
  469. dehex           Simple little program to convert hex format file into
  470.                 a binary file.  Reads lines of hex characters on stdin
  471.                 and writes 8 bit dehex'd bytes to stdout.
  472.                 Author: Fred Fish
  473.  
  474. filezap         Patch program for any type of file.  Executable only,
  475.                 no source available.
  476.                 Author: John Hodgson
  477.  
  478.  
  479.  
  480.  
  481. PAGE 9  
  482. fixobj          Strip extraneous garbage off end of object files
  483.                 transfered with xmodem.  Does not require preknowledge
  484.                 of actual file length, uses knowledge of Amiga file
  485.                 structure.
  486.                 Author: John Hodgson
  487.  
  488. iff             Routines to read and write iff format files.  Includes
  489.                 program to display iff files made by DPaint.  Also
  490.                 see the DPSlide program on disk 11.
  491.                 Author: Jerry Morrison, Steve Shaw, and Steve Hayes
  492.  
  493. ld              I presume this stands for "list directory".  Lists
  494.                 contents of specified diretory or disk, using inverse
  495.                 video and colors to group objects by type.
  496.                 Author: Dave Haynie
  497.  
  498. ls              Minimal implementation of UNIX ls.  Demonstrates
  499.                 use of UNIX style filename pattern matching code.
  500.                 Author: Rick Schaeffer
  501.  
  502. sq.usq          Squeeze and unsqueeze, from the CPM world.  Works, but
  503.                 "compress" from disk 6 runs almost twice as fast and
  504.                 produces even smaller files.
  505.                 Author: R. Greenlaw, Amiga port by Rick Schaeffer
  506.  
  507. trek73          A Star Trek game.  This one is just crying out to
  508.                 be Amiga'ized by some ambitious hacker.
  509.                 Authors:  Many, see comment in main.c
  510.  
  511. yachtc          Dice game.
  512.                 Author: Sheldon Leemon
  513.  
  514. =========================================================================
  515. ============================ README.list11 ==============================
  516. This is disk 11 of the freely distributable AMIGA software library.
  517.  
  518. dpslide         A slide show program for displaying graphic images
  519.                 which are in the iff format, such as output from the
  520.                 Electronic Arts Deluxe Paint program.  Allows the user
  521.                 to select the display time for each slide and the method
  522.                 of bringing the slide up to the screen, and then removing
  523.                 it.  Double buffers images to improve smoothness of
  524.                 display.
  525.                 Author: Paul Biondo
  526.  
  527. pictures        Miscellaneous DPaint and digitized pictures, in iff
  528.                 format.  Some are rated R.
  529.  
  530.  
  531. =========================================================================
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. PAGE 10 
  542. ============================ README.list12 ==============================
  543. This is disk 12 of the freely distributable AMIGA software library.
  544.  
  545. Note that this disk contains a number of programs apparently available
  546. only in executable form.  I am not real happy with this trend, but
  547. had no way of getting in contact with the authors who posted these
  548. programs to various BBS's to request source.  I have no reason to
  549. believe that any of these executable only postings contain any
  550. deliberate "misfeatures", but you should always use such programs
  551. cautiously.
  552.  
  553. amiga3d         Shows a rotating 3 dimensional solid "Amiga sign".
  554.                 No source available, executable only (downloaded from
  555.                 a Denver BBS)
  556.                 Author: Barry (bart) Whitebook of C-A
  557.  
  558. ArgoTerm        Yet another terminal emulator program.  However, this one
  559.                 is written in macro assembler, so should be of interest to
  560.                 anyone doing serious assembly language development.
  561.                 Version 0.20
  562.                 Author: Jez San
  563.  
  564. arrow3d         Shows a rotating 3 dimensional wire frame arrow.
  565.                 No source available, executable only (downloaded from
  566.                 a Denver BBS)
  567.                 Author: Steve Beats of C-A
  568.  
  569. ld4             Another directory listing program using some graphics
  570.                 style output.  Executable only, no source available.
  571.                 (Downloaded from a Denver BBS)
  572.                 Author: unknown
  573.  
  574. IconExec        These two tools allow execution of a program from an
  575. & SetWindow     icon without having to recompile the program.
  576.                 Author: John Toebes VIII
  577.  
  578. images          Miscellaneous DPaint and digitized pictures, in iff
  579.                 format.  Some are rated R.
  580.  
  581. SetAlternate    Merge the images from two icons to produce one icon with
  582.                 a primary image, and a possibly completely different image
  583.                 to display when selected.
  584.                 Author: John Toebes VIII
  585.  
  586. StarTerm        Another terminal emulator program.  ASCII and XMODEM
  587.                 support, telephone dialer, function keys, load file
  588.                 stripping, text file conversion, full/half duplex,
  589.                 Author: Jim Nangano and Steve Plegge
  590.  
  591. =========================================================================
  592. ============================ README.list13 ==============================
  593. This is disk 13 of the freely distributable AMIGA software library.
  594.  
  595. It is a grab bag of basic programs, mostly untested.  No speekee basic
  596. so if these don't work, call someone else.
  597.  
  598. =========================================================================
  599.  
  600.  
  601. PAGE 11 
  602. ============================ README.list14 ==============================
  603. This is disk 14 of the freely distributable AMIGA software library.
  604.  
  605. This disk contains the first ever public release of two new pieces of
  606. code, "dex" and "termcap".  Also, this is the first disk in the library
  607. that includes executables produced with both the Manx and Lattice C
  608. compilers, whenever possible.  This greatly helps to isolate bugs.
  609.  
  610. amiga3d         Shows a rotating 3 dimensional solid "AMIGA" sign.
  611.                 This is an updated version of the program released
  612.                 on disk number 12, and now includes full source.
  613.                 Author: Barry Whitebook @ Commodore-Amiga
  614.  
  615. beep            Source for a function that generates a beep sound, like
  616.                 CTRL-G on a VT100 terminal.
  617.                 Author: Samuel Dicker @ Commodore-Amiga
  618.  
  619. dex             Program to extract documentation in a human readable
  620.                 format inside source files, and produce nroff style
  621.                 output for manuals and other such external documents.
  622.                 First ever public release.
  623.                 Author: Fred Fish
  624.  
  625. dimensions      Programs to demonstrate three and four dimensional graphics.
  626.                 Not quite sure how else to describe them!
  627.                 Author: Anselm Hook
  628.  
  629. filezap         An updated version of the file zap utility first released
  630.                 on disk number 10.  Can be used to patch any type of
  631.                 file.  Nice, and VERY useful.
  632.                 Author: John Hodgson
  633.  
  634. gfxmem          An updated version of the graphical memory display
  635.                 program first released on disk number 1.  Watch your
  636.                 machine's memory usage change dynamically under use!
  637.                 Author: Louis Mamakos
  638.  
  639. gi              Converts DPaint brush files to C source files "necessary
  640.                 to create an Image structure, including height, width,
  641.                 depth, and color information, as well as the array of 
  642.                 data which represents the bit planes of the image".
  643.                 Author: Mike Farren
  644.  
  645. pdterm          A simple terminal emulator that does ANSI or DEC VT-100
  646.                 emulation in 80 cols by 25 lines.  
  647.                 Version 1.21.
  648.                 Author: Michael McInerny
  649.  
  650. shell           A simple csh style shell with history and some other
  651.                 goodies.  Still needs some polishing and enhancement,
  652.                 but is quite nice as it.  Thanks Matt!!!  We've really
  653.                 needed something like this for a long time.  Now if you
  654.                 would just do a ksh version instead...
  655.                 Author: Matt Dillon
  656.  
  657. termcap         A (mostly) unix compatible implementation of a termcap
  658.                 library.  First ever public release.
  659.                 Author: Fred Fish
  660. =========================================================================
  661. PAGE 12 
  662. ============================ README.list15 ==============================
  663. This is disk 15 of the freely distributable AMIGA software library.
  664.  
  665. Whenever possible, both Lattice C and Manx C executables are provided.
  666. The Lattice executables have the extension ".lattice" and the Manx
  667. executables have the extension ".manx".  This greatly helps to isolate
  668. bugs.
  669.  
  670. Blobs           A simple graphics program, reminiscent of the unix "worms" 
  671.                 program, but in color of course.
  672.                 Author: Peter Engelbrite
  673.  
  674. Clock           A simple digital clock program designed to be small and to
  675.                 live completely in the screen title bar, where it is out
  676.                 of the way.
  677.                 Author: Mike Meyer
  678.  
  679. Dazzle          An eight-fold symmetry dazzler program.  Really pretty!
  680.                 Author: Peter Engelbrite
  681.  
  682. Fish            "A demo program which runs an AnimOb in a double buffered
  683.                 screen with sequence cycled animation".  (Basically
  684.                 shows a fish "swimming" across the top of the screen).
  685.                 Author: Catherine Wagner (posted by Barry Whitebook)
  686.  
  687. Monopoly        A really nice monopoly game written in AbasiC.
  688.                 Follow the directions in the file "InstallationGuide"
  689.                 to produce a bootable games disk.
  690.                 Author: David Addison
  691.  
  692. OkidataDump     Okidata ML92 driver and WorkBench screen dump program.
  693.                 Does both alpha and graphics.  Untested (I don't have the
  694.                 printer)
  695.                 Author: Raimund Gluecker
  696.  
  697. Polydraw        A drawing program written in AbasiC.
  698.                 Author: David Addison
  699.  
  700. Polyfractals    A fractal program written in AbasiC.
  701.                 Author: David Addison
  702.  
  703. =========================================================================
  704. ============================ README.list16 ==============================
  705. This is disk 16 of the freely distributable AMIGA software library.
  706.  
  707. This is a copy of the Amiga Developer's IFF disk, received directly from
  708. Commodore-Amiga sources, with permission to place in the library and
  709. redistribute.  It is unchanged except for:
  710.  
  711.         1)        The volume name has been changed to AmigaLibDisk16.
  712.         2)        This file (README.list16) has been added.
  713.         3)        The standard library README file README.dist
  714.                 has been added.
  715.  
  716. Enjoy
  717. -Fred
  718.  
  719. =========================================================================
  720.  
  721. PAGE 13 
  722. ============================ README.list17 ==============================
  723. This is disk 17 of the freely distributable AMIGA software library.
  724.  
  725. This is a copy of a H.A.M. (Hold And Modify) graphics demo disk received
  726. from a vendor that is producing hardware to capture such images, and
  727. software to process them.  It is unchanged except for:
  728.  
  729.         1)        The volume name has been changed to AmigaLibDisk17.
  730.         2)        This file (README.list17) has been added.
  731.         3)        The standard library README file README.dist
  732.                 has been added.
  733.         4)        The 'showilbm' program has been added to allow viewing
  734.                 of the two monochrome pictures (dozer.hires and robert.lores)
  735.                 without requiring Deluxe Paint.
  736.         5)        The supplied 'readme' file has been augmented with
  737.                 information received on hardcopy along with the disk, and
  738.                 a note has been added about how to use the showilbm 
  739.                 program.
  740.  
  741. Enjoy
  742. -Fred
  743.  
  744. =========================================================================
  745. ============================ README.list18 ==============================
  746. This is disk 18 of the freely distributable AMIGA software library.
  747.  
  748. AmigaDisplay    Yet another variation of a terminal emulator program.
  749.                 This is a modified AmigaTerm that can emulate a dumb
  750.                 terminal (interesting paradox here somewhere...), translate
  751.                 line termination sequences, optionally capture or discard
  752.                 control characters in the captured file, use audible bell,
  753.                 use another font, etc.
  754.                 Author: Don Woods (Original code by Michael Mounier)
  755.  
  756. Ash             Prerelease version of a C-shell like shell program.
  757.                 Has history, command substitution, loops, etc.
  758.                 Author: Thorn Smith
  759.  
  760. Browser         A program that lets you wander around a file tree and
  761.                 peek into files, all with the mouse.
  762.                 Author: Mike (I'll be mellow when I'm dead) Meyer
  763.  
  764. MC68010         Complete information package for upgrading an Amiga
  765.                 to use an MC68010 in place of the MC68000.  Includes
  766.                 a software fix that makes this transparent to user
  767.                 programs that use instructions that are priviledged
  768.                 on the 68010.
  769.                 Author: Thad Floryan
  770.  
  771. Multidim        Lets you rotate a 2 to 6 dimensional "cube" on the
  772.                 screen using the joystick.
  773.                 Author: Robert French
  774.  
  775. PigLatin        Tired of the "say" command?  This one will translate
  776.                 and speak your input in pig latin!
  777.                 Author: Thomas Clement
  778.  
  779.  
  780.  
  781. PAGE 14 
  782. Scrimper        Short for "SCReen IMage PrintER".  A screen dump utility
  783.                 which can be run from the workbench or the CLI.
  784.                 Author: Perry Kivolowitz
  785.  
  786. Xlisp1.6        A very nice little lisp for those that want to study the
  787.                 internals of a real, working lisp interpreter.
  788.                 Author: Dave Betz
  789.  
  790. =========================================================================
  791. ============================ README.list19 ==============================
  792. This is disk 19 of the freely distributable AMIGA software library.
  793.  
  794. BlackJack       A line oriented (no graphics) blackjack game.
  795.                 Author: Unknown
  796.  
  797. JayMinerSlides  These are the Amiga slides produced/used by Jay Miner
  798.                 (the designer of Amiga's custom graphics chips) in his
  799.                 talks about the Amiga.  They are all hi-res (640 x 400)
  800.                 and are best displayed on a long-persistence color
  801.                 monitor.
  802.  
  803. Keymap_Test     A program to test the keymapping routines and find
  804.                 possible bugs.  Useful as an example of keymapping.
  805.                 Author: Pushpa Kumar
  806.  
  807. LockMon         Find file locks.  Useful for discovering if programs
  808.                 properly clean up after themselves.
  809.                 Author: Dewi Williams
  810.  
  811. =========================================================================
  812. ============================ README.list20 ==============================
  813. This is disk 20 of the freely distributable AMIGA software library.
  814.  
  815. AmigaToAtari    Source code for an Amiga to Atari ST object code format
  816.                 converter.  Takes Amiga objects as input and produces
  817.                 Atari objects as output.  This allows the Amiga to be
  818.                 used as a cross development machine providing the
  819.                 proper libraries are available.  (Currently does not
  820.                 work, but I don't have an ST to try it with anyway...)
  821.                 Author: Landon Dyer at Atari Corp.
  822.  
  823. DiskSalv        Program to recover files from a trashed AmigaDOS disk.
  824.                 Can also "undelete" files deleted by mistake, so long
  825.                 as they have not overwritten by further disk activity.
  826.                 Requires two disk drives.  VERY useful...
  827.                 Author: Dave Haynie
  828.  
  829. Hash            Small example program that computes the AmigaDOS directory
  830.                 hash function.
  831.                 Author: Neil Katin at Commodore-Amiga
  832.  
  833. Hd              Hex dump utility using some ideas from Mike Higgin's
  834.                 article in Computer Language magazine, Apr 86.
  835.                 Formats the dump based on the natural byte ordering
  836.                 of the machine on which it runs.
  837.                 Author: David Elins at NEC Information Systems
  838.  
  839.  
  840.  
  841. PAGE 15 
  842. MandelBrots     Some mandelbrot images submitted for the "mandelbrot
  843.                 images contest" some months ago.  Only three people
  844.                 submitted mandelbrots and these were among the most
  845.                 interesting.
  846.                 
  847. MultiTasking    Tutorial and example program for multitasking at the Exec
  848.                 level.
  849.                 Author: Leo L. Schwab
  850.  
  851. Pack            Program to strip extraneous whitespace from C programs
  852.                 or header files.  Can be used to condense the C compiler
  853.                 header files to free up disk space.
  854.                 Author: Jeff Dickson
  855.  
  856. PortHandler
  857.                 Author: A sample Port-Handler program that performs
  858.                 the functions of the standard Port-Handler.  Shows what
  859.                 the BCPL environment looks like from the handler point of
  860.                 view.
  861.                 Author: John Toebus VIII
  862.  
  863. Random          Random number generator in assembly.  Much faster than
  864.                 versions using floating point.  Can be used by either
  865.                 assembly or C programs.
  866.                 Author: Steve Beats at Commodore-Amiga
  867.  
  868. SetMouse2       Program to set the mouse port to either the left port or
  869.                 right port.
  870.                 Author: Robert Burns at Commodore-Amiga
  871.  
  872. SpeechTerm      Terminal emulator that can speak the received text.
  873.                 Also has XMODEM file transfer.
  874.                 Author: Leftheris Koutsofios
  875.  
  876. Ted             Demo version of an editor that has since been
  877.                 renamed as TXed (I believe).
  878.                 Author: Charles Heath at MicroSmiths 
  879.  
  880. =========================================================================
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901. PAGE 16 
  902. ============================ README.list21 ==============================
  903. This is disk 21 of the freely distributable AMIGA software library.
  904.  
  905. This is a copy of Thomas Wilcox's Mandelbrot Set Explorer disk.
  906.  
  907. It is unchanged except for:
  908.  
  909.         1)        The volume name has been changed to AmigaLibDisk21.
  910.         2)        This file (README.list21) has been added.
  911.         3)        The standard library README file README.dist
  912.                 has been added.
  913.  
  914. To run from CLI:
  915.  
  916.         1)        cd dfX:  (where X is drive containing disk)
  917.         2)        mse
  918.  
  919. To run from Workbench:
  920.  
  921.         1)        Click on MSD icon.
  922.  
  923. It contains extensive on-line help information, unlike other Mandelbrot
  924. programs distributed in this library.  It also is capable of displaying
  925. some very pretty hi-res pictures in interlace mode.
  926.  
  927. Enjoy
  928. -Fred
  929.  
  930. =========================================================================
  931. ============================ README.list22 ==============================
  932. This is disk 22 of the freely distributable AMIGA software library.
  933.  
  934. This disk contains two new "strains" of microemacs, both derived from
  935. early releases of Dave Conroy's microemacs.  There is currently an
  936. attempt on usenet, lead by Dave Brower, to coordinate an effort to
  937. merge features from the different versions into a single supported
  938. microemacs.  In the meantime, perhaps you can find a feature you need
  939. in one of these...
  940.  
  941. Lemacs          Microemacs version 3.6 as enhanced and supported
  942.                 by Daniel Lawrence.  This version works and has been
  943.                 tested on Unix V7, BSD 4.2, Amiga, MS-DOS, and VMS.
  944.                 Enhancements include overwrite mode, support for Amiga
  945.                 function keys, reverse video status line, numeric
  946.                 arguments using <ESC><number>, replace, buffer specific
  947.                 editing modes, word wrap mode, goto-line, buffer rename,
  948.                 insert-file, execute named command, describe bindings,
  949.                 startup files, and more.
  950.                 Author: Dave Conroy, enhancements by Daniel Lawrence
  951.  
  952. Pemacs          Microemacs as enhanced by Andy Poggio.  New features
  953.                 include use of <ALT> keys as Meta keys, default buffers
  954.                 on buffer switch, mouse support, higher priority to
  955.                 improve interactive response, creation of backup files,
  956.                 paragraph fill, word wrap, query replace, and support for
  957.                 function keys.
  958.                 Author: Dave Conroy, enhancements by Daniel Lawrence
  959.  
  960. =========================================================================
  961. PAGE 17 
  962. ============================ README.list23 ==============================
  963. This is disk 23 of the freely distributable AMIGA software library.
  964.  
  965. This disk contains a significantly enhanced version of microemacs based
  966. on the version 30 release posted to usenet's mod.sources newsgroup.
  967.  
  968. Previous versions of microemacs released on these disks derived from
  969. a very old version of microemacs.  Since that old release, the author
  970. has cleaned up lots of loose ends and restructured major parts of the code.
  971. Other people have already added support for termcap, ports to other machines
  972. and operating systems, and a limited GNU emacs compatibility option.
  973.  
  974. Because recipients of this disk might wish to run this new microemacs
  975. on other machines in addition to the Amiga, I have encluded all sources
  976. that were available to me at the time of release.  The subdirectories
  977. which give alternate implementations are:
  978.  
  979.         Sys/Vms                System modules for VAX VMS
  980.         Sys/Atari        System modules for Atari ST
  981.         Sys/Msdos        System modules for MSDOS
  982.         Sys/Cpm86        System modules for Cpm
  983.         Sys/Amiga        System modules for Amiga
  984.         Sys/Ultrix        System modules for Ultrix/BSD4.2
  985.         Sys/SysV        System modules for Unix System V
  986.         Tty/Atari        Terminal driver for Atari ST
  987.         Tty/7300        Terminal driver for AT&T Unix PC (7300)
  988.         Tty/Intuition        Terminal driver for Amiga using Intuition
  989.         Tty/Termcap        Terminal driver using termcap for Unix
  990.         Tty/Ansi        Terminal driver using Ansi codes
  991.         Tty/Amigados        Terminal driver for Amiga using just Amigados
  992.         Tty/Heath        Terminal driver for a Heath terminal
  993.  
  994. There currently is a major effort underway on usenet, led by Dave
  995. Brower, to standardize microemacs and bring the many variations under
  996. one common implementation.  Please send any enhancements to rtech!daveb,
  997. or send them to me and I will see that he gets them.
  998.  
  999. =========================================================================
  1000. ============================ README.list24 ==============================
  1001. This is disk 24 of the freely distributable AMIGA software library.
  1002.  
  1003. Conquest        You control an interstellar empire, decide which star
  1004.                 systems to explore, which planets to colonize, etc.
  1005.                 The computer will also be building its own empire
  1006.                 and competing with you for resources.  The one with
  1007.                 the greatest population at the end wins.  First
  1008.                 distributed in executable form only on disk number
  1009.                 10.  This distribution includes source.
  1010.                 Author:  Unknown, ported to Amiga by Rob Shimbo
  1011.  
  1012. Csh             Second release of a csh-like alternative to the
  1013.                 CLI, first released on disk number 14.  Has alias,
  1014.                 builtin functions like "dir" for speed, history,
  1015.                 named variables, command re-execution with 
  1016.                 substitution, etc.
  1017.                 Author: Matt Dillon
  1018.  
  1019.  
  1020.  
  1021. PAGE 18 
  1022. Modula-2        A pre-release version of the single pass Modula-2
  1023.                 compiler originally developed for MacIntosh at ETHZ.
  1024.                 This code was transmitted to the AMIGA and is executed
  1025.                 on the AMIGA using a special loader.  Binary only.
  1026.  
  1027. =========================================================================
  1028. ============================ README.list25 ==============================
  1029. This is disk 25 of the freely distributable AMIGA software library.
  1030.  
  1031. This disk contains a port (executables only) of the popular UNIX game
  1032. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  1033.  
  1034. Hack            Version 1.0.1E., with graphics enhancements for the Amiga.
  1035.                 Author: John Toebes
  1036.  
  1037. =========================================================================
  1038. ============================ README.list26 ==============================
  1039. This is disk 26 of the freely distributable AMIGA software library.
  1040.  
  1041. UnHunk          Tool to process the Amiga "hunk" loadfile format.
  1042.                 Collects code, data, and bss hunks together, allows
  1043.                 individual specification of code, data, and bss origins,
  1044.                 and generates binary file with format reminiscent of Unix
  1045.                 "a.out" format.  The output file can be easily processed
  1046.                 by a separate program to produce Motorola "S-records"
  1047.                 suitable for downloading to PROM programmer.
  1048.                 Author:  Eric Black
  1049.  
  1050. C-kermit        Port of the popular "kermit" program, a flexible
  1051.                 virtual terminal and file transfer program from
  1052.                 Columbia University.
  1053.                 Author:  Unknown, ported to Amiga by Davide Cervone
  1054.  
  1055. Ps              A program to display process priorities and another
  1056.                 program to set a process's priority to any arbitrary
  1057.                 valid value.  Very useful to provide finer control
  1058.                 over your multitasking environment.
  1059.                 Author:  Dewi Williams
  1060.  
  1061. Archx           Yet more programs for bundling up text files and
  1062.                 mailing or posting them as a single file unit.
  1063.                 Author: Martin Minow
  1064.  
  1065. =========================================================================
  1066. ============================ README.list27 ==============================
  1067. This is disk 27 of the freely distributable AMIGA software library.
  1068.  
  1069. ABdemos         Amiga Basic demos.  NewConvertFD creates .bmaps from
  1070.                 fd files.  BitPlanes finds addresses of and writes to
  1071.                 bitplanes of the screen's bitmap.  AboutBmaps is a 
  1072.                 tutorial on creation and use of bmaps.  LoadILBM loads
  1073.                 and displays IFF ILBM pics.  LoadACBM loads and displays
  1074.                 ACBM pics.  ScreenPrint creates a demo screen and dumps
  1075.                 it to a graphic printer.
  1076.                 Author:  Carolyn Scheppner, Commodore-Amiga
  1077.  
  1078.  
  1079.  
  1080.  
  1081. PAGE 19 
  1082. Disassem        A simple 68000 disassembler.  Reads standard Amiga
  1083.                 object files and disassembles the code sections.
  1084.                 Data sections are dumped in hex.  The actual disassember
  1085.                 routines are set up to be callable from a user program
  1086.                 so instructions in memory can be disassembled dynamically.
  1087.                 Author:  Bill Rogers, Univ of WAIKATO (New Zealand)
  1088.  
  1089. DvorakKeymap    Example of a keymap structure for the Dvorak keyboard
  1090.                 layout.  Untested but included because assembly examples
  1091.                 are few and far between.
  1092.                 Author: Robert Burns @ Commodore-Amiga
  1093.  
  1094. Hypocycloids    An electronic Spirograph inspired by an article in
  1095.                 Feb '84 Byte.
  1096.                 Author: Terry Gintz
  1097.  
  1098. LinesDemo       A demo program which illustrates the use of proportional
  1099.                 gadgets to scroll around in a superbitmap window.
  1100.                 Posted to usenet by Barry Whitebook @ Commodore-Amiga
  1101.  
  1102. MemExpansion    Schematics and directions for building your own homebrew
  1103.                 1 Mb memory expansion.
  1104.                 Author: Michael Fellinger
  1105.  
  1106. SafeMalloc      Ever have a program that corrupts it's own memory?  Well,
  1107.                 this little gem can help you find the problem in a hurry.
  1108.                 Acts as an interface between your program and the real
  1109.                 malloc, checking for overrun, underrun, and duplicate
  1110.                 freeing of malloc'd space.
  1111.                 Author: Bjorn Benson, modifications by Fred Fish
  1112.  
  1113. ScienceDemos    Some science demos.  Sidereal is a tutorial program which
  1114.                 introduces the user to the relationships between Julian
  1115.                 and calendar dates and solar and sidereal times.  J2000
  1116.                 is a utility program which converts stellar positions,
  1117.                 proper motion, parallax and radial velocity from the 
  1118.                 standard epoch B1950 (FK4) to epoch J2000 (FK5).  Galilean
  1119.                 is a tutorial program which determines the position of
  1120.                 the Galilean satellites relative to Jupiter.
  1121.                 Programs courtesy of David Eagle at Science Software.
  1122.  
  1123. =========================================================================
  1124. ============================ README.list28 ==============================
  1125. This is disk 28 of the freely distributable AMIGA software library.
  1126.  
  1127. Backgammon      Another game in AbasiC by the author of Monopoly.
  1128.                 Author:  David Addison
  1129.  
  1130. Cpp             This is a copy of the Decus cpp, ported to the Amiga.
  1131.                 This cpp is more powerful and complete than either of
  1132.                 the built in cpp's in Manx or Lattice C.  Also included
  1133.                 is a modified version of the Unix like cc frontend, for
  1134.                 Manx C, that knows about the cpp.
  1135.                 Author:  cpp by Martin Minow;  cc by Fred Fish
  1136.  
  1137. Cribbage        Another game in AbasiC by the author of Monopoly.
  1138.                 Author:  David Addison
  1139.  
  1140.  
  1141. PAGE 20 
  1142. MileStone       Another game in AbasiC by the author of Monopoly.
  1143.                 Author:  David Addison
  1144.  
  1145. Othello         Another game in AbasiC by the author of Monopoly.
  1146.                 Author:  David Addison
  1147.  
  1148. Shar            A program which can pack and unpack archives compatible
  1149.                 with the Unix "shar" (shell archiver) program.
  1150.                 Author:  Dave Wecker
  1151.  
  1152. SuperBitMap     An example program that shows how to use ScrollLayer,
  1153.                 how to sync the SuperBitMap prior to printing, and how
  1154.                 to create a dummy rastport for dumping the SuperBitMap.
  1155.                 Works under 1.2 and up.
  1156.                 Author:  Carolyn Scheppner and Phil Lindsay
  1157.  
  1158. =========================================================================
  1159. ============================ README.list29 ==============================
  1160. This is disk 29 of the freely distributable AMIGA software library.
  1161.  
  1162. AegisDrawDemo   Demo disk of the Aegis Draw program.  This is the
  1163.                 actual production program with only the "save" feature
  1164.                 disabled and without documentation (intentionally).
  1165.                 Very impressive program!  Received directly from
  1166.                 Aegis Development.
  1167.  
  1168. Cc              A version of the Unix like C compiler frontend program,
  1169.                 for Manx C.  Previous released version was for Lattice C.
  1170.                 Author:  Fred Fish
  1171.  
  1172. Enough          A new CLI execute file command that tests for various
  1173.                 system resources such as available memory or existance
  1174.                 of specific files, directories, or devices.
  1175.                 Author:  Bruce Barrett @ Commodore-Amiga
  1176.  
  1177. Player          Animation player for Aegis Animator.  Received directly
  1178.                 from Aegis Development.
  1179.  
  1180. Rubik           An animated Rubik's cube program based on Barry Whitebook's
  1181.                 "amiga3d" program and Raymond Brand's "skewb" program.
  1182.                 Author:  Bill Kinnersley
  1183.  
  1184. StringLib       A public domain reimplementation of the Unix string
  1185.                 library functions.
  1186.                 Author:  Henry Spencer @ U of Toronto
  1187.  
  1188. Vt100           A vt100 emulator program with Kermit and Xmodem file
  1189.                 transfer protocols (based on AmigaTerm).
  1190.                 Author:  Dave Wecker
  1191.  
  1192. =========================================================================
  1193. ============================ README.list30 ==============================
  1194. This is disk 30 of the freely distributable AMIGA software library.
  1195.  
  1196. Bbs             A BBS for the Amiga (BBS-Amiga Version 1.1).
  1197.                 Author:  Ewan Grantham
  1198.                 Author's suggested shareware donation:  $25
  1199.  
  1200.  
  1201. PAGE 21 
  1202. FineArt         This is a collection of works from some of the best
  1203.                 of current Amiga artists.  Many thanks to Jim Sachs,
  1204.                 Sheryl Knowles, Jack Haeger, and Aegis Development
  1205.                 for submissions.
  1206.  
  1207. FontEditor      Does what the name implies, edits font's.
  1208.                 Author:  Tim Robinson
  1209.                 Author's suggested shareware donation: $5
  1210.  
  1211. MenuEditor      Create and edit menus, saving the result as either
  1212.                 a binary file for further editing or as C source for
  1213.                 inclusion in a program.
  1214.                 Author:  David Pehrson
  1215.                 Author's suggested shareware donation: $15
  1216.  
  1217. StarTerm        Starterm version 3.0.  Very nice telecommunications
  1218.                 program.
  1219.                 Author:  Jim Nangano
  1220.                 Author's suggested shareware donation: $20
  1221.  
  1222. =========================================================================
  1223. ============================ README.list31 ==============================
  1224. This is disk 31 of the freely distributable AMIGA software library.
  1225.  
  1226. Life            Executes the cellular automata game of LIFE in the
  1227.                 blitter chip.  Uses a 318 by 188 display and runs at
  1228.                 19.8 generations per second.
  1229.                 Author: Tomas Rokicki
  1230.  
  1231. Mandelbrot      Latest version of Robert French's mandelbrot program,
  1232.                 version 3.00.
  1233.                 Author: Robert French
  1234.  
  1235. MxExample       Example of mutual exclusion gadget handling.
  1236.                 Author: Davide Cervone
  1237.  
  1238. RamSpeed        Program to measure raw memory speed, comparing internal
  1239.                 memory to the external memory.
  1240.                 Author: Perry Kivolowitz
  1241.  
  1242. Set             Replacement for the Manx "set" command (to set or
  1243.                 change environment variables) with several
  1244.                 improvements.
  1245.                 Author: Tomas Rokicki
  1246.  
  1247. Tree            Draws a recursive tree (green leafy type, not files).
  1248.                 Author: Robert French (original version by W. Balthrop)
  1249.  
  1250. TxEd            Latest demo version of Microsmith's text editor, TxEd.
  1251.                 This is the full production version except that files are
  1252.                 limited to 10K bytes in length and the search/replace
  1253.                 functions are disabled.  Also, demo is based on an older
  1254.                 version of TxEd, new release has additional features.
  1255.                 Author: Charlie Heath
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261. PAGE 22 
  1262. VDraw           Drawing program, based on freedraw, but now transformed
  1263.                 and enhanced beyond recognition.  Draws hollow boxes, 
  1264.                 filled boxes, freehand sketches, lines, circles, and arcs.
  1265.                 Also has area fill, text insertion, 16 different line
  1266.                 patterns, predefined area fill patterns, a magnify mode,
  1267.                 cut and paste, color inversion, erase, grid pattern, and
  1268.                 more.  This is version 1.08.
  1269.                 Author:  Stephen Vermeulen
  1270.  
  1271. Xicon           Contains two programs; Xicon which lets you use icons to
  1272.                 call up scripts containing CLI commands, and Ticon, which
  1273.                 is a simple program to display text files from icons.
  1274.                 Author: Pete Goodeve
  1275.  
  1276. =========================================================================
  1277. ============================ README.list32 ==============================
  1278. This is disk 32 of the freely distributable AMIGA software library.
  1279.  
  1280. Address         Extended address book written in AmigaBasic.
  1281.                 Author: Mark Hurst
  1282.  
  1283. Calendar        Calendar/diary program written in AmigaBasic.
  1284.                 Author: Mark Hurst
  1285.  
  1286. DosPlus1        First volume of CLI oriented tools for developers.
  1287.                 Executables only.
  1288.                 Author: Bill Beogelein
  1289.  
  1290. DosPlus2        Second volume of CLI oriented tools for developers.
  1291.                 Executables only.
  1292.                 Author: Bill Beogelein
  1293.  
  1294. MacView         Allows viewing of a standard MacPaint picture file in
  1295.                 either Amiga low resolution (320 x 200) or high
  1296.                 resolution (640 x 400).  Executable only.
  1297.                 Author: Scott Evernden
  1298.  
  1299. Puzzle          Simulation of puzzle with moving square tiles.
  1300.                 Executable only.
  1301.                 Author: Bill Beogelein
  1302.  
  1303. ShowHAM         Program to display HAM (Hold And Modify) mode images
  1304.                 from the CLI environment.  Executable only.
  1305.                 Author: Unknown
  1306.  
  1307. Solitaire       Two new ABasiC games, Canfield and Klondike.
  1308.                 Author: David Addison
  1309.  
  1310. Spin3           Simple program that creates spinning cubes and transforms
  1311.                 them into op-art.  Example of how to create a double
  1312.                 buffered display with color tables that can be changed.
  1313.                 Author: Ronald Peterson
  1314.  
  1315. Sword           Sword of Fallen Angel.  Text adventure game written
  1316.                 in AmigaBasic.
  1317.                 Author: Andry Rachmat
  1318.  
  1319.  
  1320.  
  1321. PAGE 23 
  1322. Trails          Cute little program that leaves a trail behind the
  1323.                 pointer when the mouse is moved.  The trail has
  1324.                 programmable symmetry, thickness, and length.
  1325.                 The other interesting thing about this program is
  1326.                 that it is written in Modula-2 (source provided).
  1327.                 Author: Richie Bielak
  1328. =========================================================================
  1329. ============================ README.list33 ==============================
  1330. This is disk 33 of the freely distributable AMIGA software library.
  1331.  
  1332. 3dstars         3d version of Leo's "stars" program (also on this disk).
  1333.                 Author: Leo Schwab
  1334.  
  1335. Bigmap          Program which demonstrates how to use the low-level
  1336.                 graphics calls, ScrollVPort especially.  Demonstrates
  1337.                 scrolling around inside a very big bitmap.
  1338.                 Author: Leo Schwab
  1339.  
  1340. Dbuf.gels       Sample program that demonstrates the animation routines
  1341.                 for Bobs and VSprites.  Uses double buffering to smooth
  1342.                 the display motion.
  1343.                 Author: David Lucas
  1344.  
  1345. DiskMapper      Displays sector allocation of floppy disks.
  1346.                 Author: Leo Schwab
  1347.  
  1348. MemView         Program which sets up a direct window into RAM, thus
  1349.                 dynamically displaying the contents of memory.
  1350.                 Author: Leo Schwab
  1351.  
  1352. Oing            Displays a window full of little bouncing balls.
  1353.                 Author: Leo Schwab
  1354.  
  1355. ScreenDump      Dumps rastport of highest screen/window to printer.
  1356.                 Author: Carolyn Scheppner
  1357.  
  1358. Sdb             Simple database program, originally released on a
  1359.                 DECUS VAX SIG tape.
  1360.                 Author: Unknown, Amiga port by Mic Kaczmarczik
  1361.  
  1362. Sproing         Same as Oing but includes sounds of balls colliding with
  1363.                 boundries.
  1364.                 Author: Leo Schwab
  1365.  
  1366. Stars           Displays a screen full of stars, reminiscent of a view
  1367.                 from the starship Enterprise's flight deck.
  1368.                 Author: Leo Schwab
  1369.  
  1370. TermPlus        Yet another variant of Michael Mournier's AmigaTerm
  1371.                 program.  This one includes improved ascii capture,
  1372.                 CRC and checksum xmodem protocol transfers, CompuServe
  1373.                 B-protocol transfers, a phone library, function key
  1374.                 support, and limited AmigaDOS functions.
  1375.                 Author:  Enhancements by Bob Rakosky
  1376.  
  1377. Vt100           Release 2.0 of Dave's version of AmigaTerm.
  1378.                 Includes support for function keys and script files.
  1379.                 Author: Enhancements by Dave Wecker and Steve Drew.
  1380. =========================================================================
  1381. PAGE 24 
  1382. ============================ README.list34 ==============================
  1383. This is disk 34 of the freely distributable AMIGA software library.
  1384.  
  1385. Alint           Support files for Gimpel lint to make it useful on the
  1386.                 Amiga.
  1387.                 Author: Thomas Althoff
  1388.  
  1389. Blink           A linker written as a replacement for Alink.  Fully Alink 
  1390.                 compatible and supports many additional options not found in
  1391.                 Alink.  Also much faster than Alink and generates smaller
  1392.                 executable files.  
  1393.                 Version 5.7
  1394.                 Author: Combined efforts of the Software Distillery
  1395.  
  1396. Browser         Updated version of the browser program released on disk
  1397.                 number 18.  This one has been "manxified", has scroll
  1398.                 bars, and several bugs fixed.
  1399.                 Author: Mike Meyer, enhancements and fixes by Bob Leivian
  1400.  
  1401. Btree           Routines to implement a B-tree algorithm and several
  1402.                 accompanying tests, apparently derived from the single
  1403.                 file version also included on this disk under "Btree2".
  1404.                 Still buggy, but looks useful with a little work.
  1405.                 Author: Richard Hellier, posted to usenet by Steve Jefferson
  1406.  
  1407. Btree2          Previous (original) version of btree routines.
  1408.                 Author: Richard Hellier
  1409.  
  1410. Calendar        Appointment calendar that lets you visually add and
  1411.                 update appointments.  Can also run in background and
  1412.                 remind you 15 minutes before any scheduled event.
  1413.                 Author: Unknown, Amiga port by Bob Leivian
  1414.  
  1415. Less            Like Unix "more", only better, with forward and
  1416.                 backward scrolling, searching and positioning by
  1417.                 percent of file and line number, etc.  Very useful!
  1418.                 Author: Mark Nudelman, Amiga port by Bob Leivian
  1419.  
  1420. NewFonts        Set of 28 new Amiga fonts.
  1421.                 Author: Bill Fischer
  1422.  
  1423. Pr              A background print utility with several options for
  1424.                 letter quality compressed mode and line numbers.  Also
  1425.                 takes multiple files and wildcards.
  1426.                 Author: Bob Leivian
  1427.  
  1428. Requester       A file name requester that looks like the one used in
  1429.                 Deluxe Paint, and a sample program for using the
  1430.                 requester.
  1431.                 Author: Kevin Clague
  1432.  
  1433. =========================================================================
  1434. ============================ README.list35 ==============================
  1435. This is disk 35 of the freely distributable AMIGA software library.
  1436.  
  1437. ASendPacket     Example program for sending multiple packets asynchronously
  1438.                 to a dos handler, for those interested in implementing
  1439.                 programs with asynchronous AmigaDos file I/O.
  1440.                 Author: Phillip Lindsay
  1441. PAGE 25 
  1442. ConsoleWindow   Example program for finding the intuition pointer to an
  1443.                 AmigaDos CON: or RAW: window, so you can do WindowToFront,
  1444.                 graphics, and other interesting things.
  1445.                 (Requires AmigaDos 1.2)
  1446.                 Author: Andy Finkel and Robert Burns
  1447.  
  1448. DirUtil         Nice little program to wander around directory tree
  1449.                 using a windowing interface and performing various
  1450.                 operations on files.
  1451.                 Author: Chris Nicotra, enhancements by Dave Jobusch
  1452.  
  1453. DirUtil2        Another variant of dirutil.
  1454.                 Author: Chris Nicotra, enhancements by Ed Alford
  1455.  
  1456. FileRequester   A very nice file requester module for lattice C programs,
  1457.                 along with a demo driver program.
  1458.                 Author: Charlie Heath
  1459.  
  1460. MacView         Allows viewing of standard MacPaint picture files in
  1461.                 either Amiga low resolution (320 x 200) or high
  1462.                 resolution (640 x 400).  Executable, sample pictures,
  1463.                 and icons (version on disk 32 did not include pictures).
  1464.                 Author: Scott Evernden
  1465.                 
  1466. Plop            Short, simple, no-frills IFF reader program, and
  1467.                 a sample picture made using a ray tracing algorithm.
  1468.                 Author: Jim Kent
  1469.  
  1470. PopCLI          Provides a simple way of starting another CLI at any
  1471.                 time without having to load workbench or exit whatever
  1472.                 program you may be using.  Also has a builtin screen
  1473.                 saver mode that automatically blanks the Amiga console
  1474.                 screen when there has been no input for a specified
  1475.                 period of time.
  1476.                 Author: John Toebes
  1477.  
  1478. QuickCopy       Three versions of quickcopy, a nice little full disk
  1479.                 copier.  Two of the versions are capable of making 
  1480.                 backup copies of "protected" Electronic Art's disks.
  1481.                 Author: Dave Devenport
  1482.  
  1483. ScrollPf        Creates and displays a 400 by 300 by 2 bit plane
  1484.                 playfield on top of a 320 by 200, 2 plane deep
  1485.                 playfield, as a demo of dual playfield display.
  1486.                 Author: Carolyn Scheppner
  1487.  
  1488. SendPacket      General purpose subroutine to send AmigaDos packets.
  1489.                 Author: Phillip Lindsay
  1490.  
  1491. SpriteMaker     Program which lets you paint sprites and then converts
  1492.                 the image into a C data structure to be used in programs.
  1493.                 Allows interactive testing of the sprite as a pointer.
  1494.                 Suggested shareware donation of $15 for source code and
  1495.                 updates.
  1496.                 Author: Ray Larson
  1497.  
  1498.  
  1499.  
  1500.  
  1501. PAGE 26 
  1502. Tracker         Program which converts a boot-load disk (I.E. a kickstart
  1503.                 disk) into a group of files for electronic transmission
  1504.                 and reassembly.  Completely preserves the original disk
  1505.                 structure so the target disk will be an exact duplicate
  1506.                 of the original.
  1507.                 Author: Brad (Lord Bradford) Wilson
  1508.  
  1509. TriClops        Very nice graphics oriented 3-D space invasion game.
  1510.                 This was previously a commercial product which is
  1511.                 being released into the public domain for promotional
  1512.                 purposes (they are working on a multiuser, multimachine
  1513.                 version).
  1514.                 Author: Unknown, published by Geodesic Publications
  1515.  
  1516. Tsize           A simple utility to print directory tree sizes.  Displays
  1517.                 the total size of all files and subdirectories within a
  1518.                 given directory.
  1519.                 Author: Edmund Burnette
  1520.  
  1521. UnIfdef         Useful program for removing ifdef'ed sections from a file
  1522.                 while otherwise leaving the file alone.  Allows one source
  1523.                 to be used as a porting base for many machines, without
  1524.                 shipping the entire source to every source customer.
  1525.                 (Preprocess for their machine and send them only the
  1526.                 source for their specific machine).
  1527.                 Author: Dave Yost
  1528.  
  1529. Vttest          Program to test compatibility of vt100-compatible 
  1530.                 terminals and terminal emulators.  Requires the
  1531.                 resources of a Unix system to test an Amiga hosted
  1532.                 vt100 emulator.  (I haven't yet found one that even
  1533.                 comes close to passing this test!).
  1534.                 Author: Per Lindberg
  1535.  
  1536. =========================================================================
  1537. ============================ README.list36 ==============================
  1538. This is disk 36 of the freely distributable AMIGA software library.
  1539.  
  1540. Acp             A copy program with filename expansion and argument
  1541.                 interpretation like the unix cp.
  1542.                 Author: Fred Cassirer
  1543.  
  1544. Clock           Updated version of the clock program released on disk
  1545.                 number 15.  Adds seconds display, free memory display,
  1546.                 and faster updates.
  1547.                 Author: Mike Meyer
  1548.  
  1549. Csh             Csh like alternative to the CLI, with changes to
  1550.                 compile under Manx with 16-bit ints.  Has alias,
  1551.                 builtin functions like "dir" for speed, history, named
  1552.                 variables, command re-execution with substitution, etc
  1553.                 Version 2.01A.
  1554.                 Author: Matt Dillon
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561. PAGE 27 
  1562. DietAid         Diet planning aid to allow the user to compile lists
  1563.                 of ingredients (recipes) and automatically compute
  1564.                 calorie totals, etc.  This is a shareware program
  1565.                 ($10 suggested) that was submitted by the author
  1566.                 for inclusion in the library.
  1567.                 Author: Terry Gintz
  1568.  
  1569. Echo            An improved echo command with options to control
  1570.                 color, screen placement of text, etc.
  1571.                 Author: Larry Phillips
  1572.  
  1573. FixHunk         A program to modify executable files to allow them to
  1574.                 run in external memory.  It forces all DATA and BSS hunks
  1575.                 in the file to be loaded into CHIP memory.  CODE hunks will
  1576.                 still load into FAST ram if available.  
  1577.                 Version 1.2a.
  1578.                 Author: D.J. James
  1579.  
  1580. Fm              File mapper program.  Uses trackdisk device to grab
  1581.                 sectors and traverse the filesystem to find out what
  1582.                 sectors a particular file occupies.
  1583.                 Author: Leo Schwab
  1584.  
  1585. KickBench       Instructions and programs for creating and using a combined
  1586.                 KickStart and WorkBench disk, so only one disk is needed to
  1587.                 reboot.  Allows the system to reboot unattended after a power
  1588.                 failure.  Requires disked from developer's disk.
  1589.                 Author: Alonzo Gariepy
  1590.  
  1591. Lex             A program (not to be confused with the Unix lex program
  1592.                 which is a lexical analyzer generator) which computes
  1593.                 various readability metrics for text files.  Computes
  1594.                 Gunning-Fog, Flesh, and Kincaid indices.
  1595.                 Author: Jeff Sullivan
  1596.  
  1597. TunnelVision    Another fine ABasiC game from David Addison.  This is 
  1598.                 a maze game with a 3-D perspective view from inside the
  1599.                 maze.
  1600.                 Author: David Addison
  1601.  
  1602. Vc              Visicalc-like spreadsheet calculator program.
  1603.                 Author:  James Gosling, Amiga port by Peter Hardie
  1604.  
  1605. Vt100           Version 2.2 of Dave's vt100 emulator program including
  1606.                 Xmodem and Kermit file transfer protocols.
  1607.                 Author: Dave Wecker
  1608.  
  1609. YaBoing         A game program demonstrating hardware sprite usage,
  1610.                 including collision detection.
  1611.                 Author: Ali Ozer, based on original by Leo Schwab
  1612.  
  1613. =========================================================================
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621. PAGE 28 
  1622. ============================ README.list37 ==============================
  1623. This is disk 37 of the freely distributable AMIGA software library.
  1624.  
  1625. It is port of Timothy Budd's Little Smalltalk system, done by Bill
  1626. Kinnersley at Washington State University.
  1627.  
  1628. The disk is unchanged except for the following:
  1629.  
  1630.         (1)        I have added this file, README.list37.
  1631.  
  1632.         (2)        I have added the standard distribution info file,
  1633.                 README.dist.
  1634.  
  1635.         (3)        In order to make room for the above two files (the
  1636.                 disk only had 2 free blocks) I filtered all the text
  1637.                 files in the sources, docs, and examples directories
  1638.                 through a program to remove extraneous CR (^M) characters
  1639.                 from the end of each line.  This also makes the files
  1640.                 conform to standard Amiga and Unix line delimiter 
  1641.                 conventions.  I hope this didn't break anything else
  1642.                 in the process...
  1643.  
  1644.         (4)        I have added the file sources/Makefile to help people
  1645.                 who want to recompile the sources.  It uses my cc 
  1646.                 frontend.  I was able to compile and link an executable
  1647.                 that was almost the same size as the one Bill provided
  1648.                 (100 bytes smaller) using Manx 3.20B in 16-bit int mode,
  1649.                 but it aborted immediately with an error message, so
  1650.                 beware.
  1651.  
  1652. -Fred
  1653.  
  1654. =========================================================================
  1655. ============================ README.list38 ==============================
  1656. This is disk 38 of the freely distributable AMIGA software library.
  1657.  
  1658. CSquared        Implementation of Circle Squared algorthm from Sept '86
  1659.                 Scientific American "Computer Recreations" column.
  1660.                 Produces wildly colorful but mathematically precise
  1661.                 patterns.
  1662.                 Author:  Bill DuPree
  1663.  
  1664. FixObj          Strip extraneous garbage off the end of object files trans-
  1665.                 ferred with xmodem.  Does not require preknowledge of actual
  1666.                 file length, uses knowledge of Amiga file structure.
  1667.                 Version 1.1 (update to copy on disk #10).
  1668.                 Author:  John Hodgson
  1669.  
  1670. Handler         An example that implements an AmigaDos Handler (device)
  1671.                 in non-BCPL format.
  1672.                 Author:  Phillip Lindsay
  1673.  
  1674. Hp-10c          Program that mimics an HP-10c (Hewlett Packard calculator),
  1675.                 written in TDI Modula2.
  1676.                 Author:  Duncan Prindle
  1677.  
  1678.  
  1679.  
  1680.  
  1681. PAGE 29 
  1682. IffDump         Two programs for manipulating IFF files.  IFFENCODE grabs
  1683.                 an active screen and writes it to a file in IFF format.
  1684.                 IFFDUMP decodes information in arbitrary IFF files and
  1685.                 prints it in a human readable form.
  1686.                 Author:  Matt Dillon
  1687.  
  1688. Jsh             A simple command line interpreter drawing on features from
  1689.                 the BSD C shell.
  1690.                 Author:  Jim Kent
  1691.  
  1692. NewStat         Replacement program for the AmigaDOS STATUS command.  Prints
  1693.                 task number, priority, address of process, command line 
  1694.                 being executed, current directory, etc.
  1695.                 Author:  James Synge
  1696.  
  1697. Reversi         Program to play reversi game.  
  1698.                 Version 6.1.
  1699.                 Author:  Manuel Almudevar
  1700.  
  1701. UUdecode        Programs to encode/decode binary files for transmittal
  1702.                 via mail, or other text-only methods.  Binary file is
  1703.                 expanded by approximately 35% for transmittal.
  1704.                 Author:  Mark Horton
  1705.  
  1706. Vdraw           Drawing program, based on freedraw, but now transformed
  1707.                 and enhanced beyond recognition.  This is version 1.14.
  1708.                 This shareware program (suggested $15 donation) was
  1709.                 submitted by the author for inclusion in the library.
  1710.                 Author:  Stephen Vermeulen
  1711.  
  1712. VoiceFiler      Voice filer program for Yamaha DX series synthesizers.
  1713.                 Voices are transfered to and from the Amiga over MIDI.
  1714.                 Author:  Jack Deckard
  1715.  
  1716. Window          Sample program which shows how to create a DOS window
  1717.                 in a custom screen.
  1718.                 Author:  Andy Finkel
  1719. =========================================================================
  1720. ============================ README.list39 ==============================
  1721. This is disk 39 of the freely distributable AMIGA software library.
  1722.  
  1723. AnsiEcho        Some commands written in assembler.  Includes an
  1724.                 echo command, touch, list, cls (clear screen), and ask
  1725.                 (wait for user input).
  1726.                 Author:  Dewi Williams
  1727.  
  1728. Display         Graphics display program to display HAM images from a ray
  1729.                 tracing program.  Includes some really spectacular pictures.
  1730.                 Author:  Dave Wecker
  1731.  
  1732. Driver          Demo device driver in source.  Functions as a RAM disk
  1733.                 for demonstration purposes.
  1734.                 Author:  Lee Erickson
  1735.  
  1736. Xlisp           Small lisp type interpreter, binary only (source to
  1737.                 older version was on disk #18).  
  1738.                 Version 1.7.
  1739.                 Author:  Dave Betz
  1740. =========================================================================
  1741. PAGE 30 
  1742. ============================ README.list40 ==============================
  1743. This is disk 40 of the freely distributable AMIGA software library.
  1744.  
  1745. Ahost           Amiga terminal emulator featuring ANSI terminal emulation,
  1746.                 file transfer with CompuServe's B-Protocol, Kermit, and
  1747.                 Xmodem, user definable function keys, script language, RLE
  1748.                 graphics and a special conference mode for use with CIS.
  1749.                 Version 0.9.
  1750.                 Author:  Steve Wilhite & George Jones
  1751.  
  1752. AmigaMonitor    Dynamically display the state of the machine, including open
  1753.                 files, active tasks, resources, device states, interrupts,
  1754.                 libraries, ports, etc.  Display window into memory.
  1755.                 Version 0.21.  Suggested $15 donation.
  1756.                 Author:  Jim Voris
  1757.  
  1758. Arc             The ubiquitous compressing archiver program that
  1759.                 has become the de facto standard for distributing
  1760.                 binaries and multi-file postings on most BBS's.
  1761.                 Version 0.16 (Amiga version), a port of arc version v5.0.
  1762.                 Suggested $35-$50 donation.
  1763.                 Author:  System Enhancement Associates
  1764.                          Amiga version by Raymond Brand
  1765.  
  1766. AreaCode        Program which decodes area codes into state and locality.
  1767.                 Version 1.5.
  1768.                 Author:  Bill Beogelein
  1769.  
  1770. Blink           A linker written as a replacement for Alink.  Fully
  1771.                 Alink compatible and supports many additional options
  1772.                 not found in Alink.  Also is much faster than Alink
  1773.                 and produces smaller executable files.  
  1774.                 Version 6.5.
  1775.                 Author:  Combined efforts of the Software Distillery
  1776.  
  1777. Cosmo           An "asteriods" clone.  Suggested $6 donation.
  1778.                 Author:  John Harris
  1779.  
  1780. Dg210           Data General D-210 Terminal emulator.  Suggested $12 
  1781.                 donation.
  1782.                 Author:  Steve Lenz
  1783.  
  1784. DirUtil         Version 1.4 of anice little program to wander around 
  1785.                 directory trees using a windowing interface and performing 
  1786.                 various operations on files.
  1787.                 Author:  Chris Nicotra, enhancements by Dave Jobusch
  1788.  
  1789. DOSHelper       Version 1.60 of a windowing program to print help infor-
  1790.                 mation about various dos commands.  Suggested $10 donation.
  1791.                 Author:  John Youells
  1792.  
  1793. PagePrint       Prints text files with date/time header, page breaks, and
  1794.                 line numbers.  Suggested $10 donation.
  1795.                 Author:  Phil Mercurio
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801. PAGE 31 
  1802. PopCLI          Provides a simple way of starting another CLI at any
  1803.                 time without having to load workbench or exit whatever
  1804.                 program you may be using.  Also has a builtin screen
  1805.                 saver mode that automatically blanks the Amiga console
  1806.                 screen when there has been no input for a specified
  1807.                 period of time.  
  1808.                 Version II, which now includes source.
  1809.                 Author: John Toebes
  1810.  
  1811. SpriteEd        Lets you simultaneously edit two sprite pairs to form
  1812.                 a double wide sprite image.  Suggested $10 donation.
  1813.                 Author:  Scott Lamb
  1814.  
  1815. X-Spell         A spelling checker to proofread text files and then allow
  1816.                 you to move through the document, deciding what to do with
  1817.                 the misspelled words.  Suggested $15 donation.
  1818.                 Author:  Hayes Haugen
  1819.  
  1820. =========================================================================
  1821. ============================ README.list41 ==============================
  1822. This is disk 41 of the freely distributable AMIGA software library.
  1823.  
  1824. AmigaVenture    A program which allows you to write your own Infocom-style
  1825.                 adventure programs in AmigaBasic.  It is a full-featured
  1826.                 adventure parser, including direct and indirect objects,
  1827.                 multiple object processing, adjectives, automatic
  1828.                 ambiguity resolution, and subordinate clauses.  The
  1829.                 parser includes support for one, two, or three-word verbs,
  1830.                 and a full set of object-manipulation primitives.
  1831.                 Author:  Mitsuharu Hadeishi
  1832.  
  1833. Csh             Version 2.03 of Matt's Csh-like shell.  Executable only.
  1834.                 Author:  Matt Dillon
  1835.  
  1836. Dbug            Macro based C debugging package.  Machine independent.
  1837.                 Provides function trace, selective printing of internal 
  1838.                 state information, and more.  First released on disk #2.
  1839.                 This version includes some bug fixes and enhancements.
  1840.                 Author:  Fred Fish
  1841.                 
  1842. DualPlayField   An example of using a dual-playfield screen, using a
  1843.                 method contrary to documentation in the Intuition
  1844.                 Manual.
  1845.                 Author:  Jim Mackraz
  1846.  
  1847. GetFile         A very nice file name requester.  Unlike the earlier
  1848.                 version on disk #35, this version includes source code.
  1849.                 Author:  Charlie Heath
  1850.  
  1851. LatticeXref     A cross reference listing of all symbols defined in the
  1852.                 Lattice 3.10 header files.  Sorted alphabetically by
  1853.                 symbol string, includes file name and line number of all
  1854.                 references and/or definitions.
  1855.                 Author:  Fred Fish
  1856.  
  1857. Lines           A line drawing demo program, reminiscent of the "sparks"
  1858.                 program on disk #9.
  1859.                 Author:  Paul Jatkowski
  1860.  
  1861. PAGE 32 
  1862. SetFont         A program to change the font used in a workbench screen.
  1863.                 Includes several sample fonts of various sizes.
  1864.                 Author:  Michael McInerny
  1865.  
  1866. Vt100           Version 2.3 of the ever popular vt100 terminal program.
  1867.                 Includes xmodem and kermit file transfer protocols.
  1868.                 Author:  Dave Wecker
  1869.  
  1870. =========================================================================
  1871. ============================ README.list42 =============================
  1872. This is disk 42 of the freely distributable AMIGA software library.
  1873.  
  1874. To quote the "Read Me First" file:
  1875.  
  1876.         This diskette contains the Amiga version of MicroGNUEmacs (MG),
  1877.         a small but powerful text editor that runs on many other computer
  1878.         systems besides the Amiga.  One of MG's major goals is to be
  1879.         compatible with its cousin GNU Emacs, so certain features you
  1880.         may have seen in other versions of MicroEmacs may work differently
  1881.         here, or not exist.  Hopefully, you'll find the added features MG
  1882.         provides to be worth the trouble it takes to make the switch. 
  1883.  
  1884. From the "Read Me Second" file:
  1885.  
  1886.         This is the fourth Beta distribution of MicroGnuEmacs.  Beyond the
  1887.         work of Dave Conroy, author of the original public domain v30, this
  1888.         contains the efforts of:
  1889.  
  1890.         mwm@ucbopal.berkeley.edu        Mike Meyer
  1891.         mic@ngp.utexas.edu                Mic Kaczmarczik
  1892.         blarson@usc-oberon.arpa                Bob Larson
  1893.         rtech!daveb@sun.com                Dave Brower
  1894.  
  1895. A very nice job guys!  Congratulations.
  1896.  
  1897. This disk is essentially unchanged except that I have added the usual
  1898. README.dist and README.list files, along with changing the volume name
  1899. to AmigaLibDisk42.  The original volume name was "MG 1a".
  1900.  
  1901. =========================================================================
  1902. ============================ README.list43 =============================
  1903. This is disk 43 of the freely distributable AMIGA software library.
  1904.  
  1905. BasicBoing      An AmigaBasic program which shows animation by page
  1906.                 flipping.  Precalculates all views of a rotating 3
  1907.                 dimensional cube and then cycles through them rapidly
  1908.                 for animation.
  1909.                 Author:  Arthur Blume
  1910.  
  1911. Bbm             Demo copy of B.E.S.T. Software's Business Management
  1912.                 System.  It is a full implementation with file sizes
  1913.                 reduced for demo purposes.
  1914.                 Author:  Business Electronics Software & Technology Inc.
  1915.  
  1916. BbsList         A list of Bulletin Board Systems which support the
  1917.                 Amiga.  The list was compiled from a list on Delphi,
  1918.                 Compuserve, bathroom walls, etc.
  1919.                 Author:  Dick Sheffold
  1920.  
  1921. PAGE 33 
  1922. Cc              C compiler frontends for Manx and Lattice C, developed
  1923.                 independently by Jay Ts.  These automatically filter off
  1924.                 the annoying banner messages from various passes of
  1925.                 the compilers.
  1926.                 Author:  Jay Ts
  1927.  
  1928. Copper          A copper list disassembler.  Dumps the contents of a
  1929.                 hardware copper instruction list.
  1930.                 Author:  Scott Evernden
  1931.  
  1932. InstIFF         A program which converts sampled sound files from the
  1933.                 Instruments dealer demo disks to IFF sampled sound files
  1934.                 in a FORM 8SVX.
  1935.                 Author:  Bobby Deen
  1936.  
  1937. PopColours      Lets you change the Red/Green/Blue components of any
  1938.                 color register, on any screen currently in the system.
  1939.                 Uses a movable window with slider gadgets.  Very well done.
  1940.                 Version 1.0, November 1986.
  1941.                 Author:  Chris Zamara and Nick Sullivan
  1942.  
  1943. SpriteClock     A very simple clock that uses a sprite as it's display
  1944.                 medium, thus allowing it to be displayed on top of all
  1945.                 other screens.  Includes source in assembly language.
  1946.                 Author:  Darrel Schneider
  1947.  
  1948. STEmulator      Turns your Amiga into an Atari ST (sort of).  Be sure
  1949.                 to read the README file for the true story...
  1950.                 Author:  David Addison
  1951.  
  1952. WBrun           A program designed to allow any program to be invoked from
  1953.                 CLI yet behave as if it were invoked from Workbench.
  1954.                 Workbench need not be loaded, thus saving the memory that
  1955.                 Workbench would normally use.
  1956.                 Author:  John Toebes
  1957.  
  1958. Wild            Two versions of Unix shell style wildcard matching routines.
  1959.                 Author:  Rich Salz and Fred Fish
  1960.  
  1961. =========================================================================
  1962. ============================ README.list44 =============================
  1963. This is disk 44 of the freely distributable AMIGA software library.
  1964.  
  1965. Icons           Some miscellaneous icons for your viewing pleasure.
  1966.                 Author:  Unknown
  1967.  
  1968. NewIFF          Some new iff material dealing with sampled voice
  1969.                 and music iff files.
  1970.                 Author:  Posted to usenet by Carolyn Scheppner
  1971.  
  1972. RayTracePics    Ray tracing pictures, some of which appeared on disk
  1973.                 number 39, but now in IFF HAM format for MUCH faster
  1974.                 loading and compatibility with existing IFF tools.
  1975.                 Author:  Dave Wecker
  1976.  
  1977. ViewILBM        Reads an ILBM file and displays as a screen/window
  1978.                 until closed.  Handles normal and HAM ILBM's.
  1979.                 Author:  Based on ShowILBM, enhanced by Carolyn Scheppner
  1980. =========================================================================
  1981. PAGE 34 
  1982. ============================ README.list45 =============================
  1983. This is disk 45 of the freely distributable AMIGA software library.
  1984.  
  1985. Clue            Clue board game.  Nice.
  1986.                 Author:  Greg Pryor
  1987.  
  1988. Make            Another version of make that seems to be more complete
  1989.                 than many other PD makes.
  1990.                 Author:  Unknown, downloaded from the Software Distillery
  1991.  
  1992. Pictures        Miscellaneous pictures selected from dozens of pictures
  1993.                 that have come my way since the last full art disk.
  1994.                 Author:  Rich Payne, Grace Rohlfs, and others.
  1995.  
  1996. Update          Used to update an older working disk with files from a
  1997.                 newly released disk.  Files on the older disk that are
  1998.                 out of date will be upgraded with files from the new disk.
  1999.                 Author:  Unknown, downloaded from Software Distillery
  2000.  
  2001. WhereIs         Program which searches a disk for the first or multiple
  2002.                 occurances of a file with a given name.
  2003.                 Author:  Steve Poling
  2004.  
  2005. =========================================================================
  2006. ============================ README.list46 =============================
  2007. This is disk 46 of the freely distributable AMIGA software library.
  2008.  
  2009. Asm             A shareware macro assembler, submitted by the author.
  2010.                 Asm is a 68010 macro assembler that is compatible with
  2011.                 the assembler described in the AmigaDOS manual.
  2012.                 Author:  Douglas Leavitt
  2013.  
  2014. CheckModem      A program which provides for executing other programs
  2015.                 from your startup file, if and only if there is actually
  2016.                 a modem connected to the serial port.
  2017.                 Author:  Matt Dillon
  2018.  
  2019. Egad            A gadget editor from the Programmers Network.  Very
  2020.                 nicely done and very useful.
  2021.                 Author:  John Draper, Ray Larson, Brent Southard, and
  2022.                          Dave Milligan
  2023.  
  2024. Jive            A filter program which transforms its standard input
  2025.                 to "jive" on its standard output.
  2026.                 Author:  Unknown
  2027.  
  2028. My.lib          A binary only copy of Matt's alternate runtime library.
  2029.                 Author:  Matt Dillon
  2030.  
  2031. ProffMacros     Subset implementations of the Berkeley "ms" and System V
  2032.                 "mm" macro packages, for the proff program.
  2033.                 Author:  Tony Andrews and George Walker
  2034.  
  2035. ValSpeak        A filter program which transforms its standard input
  2036.                 to "valspeak" on its standard output.
  2037.                 Author:  Unknown
  2038.  
  2039. =========================================================================
  2040.  
  2041. PAGE 35 
  2042. ============================ README.list47 =============================
  2043. This is disk 47 of the freely distributable AMIGA software library.
  2044.  
  2045. 3D-Arm          The first stage of a larger project to study goal
  2046.                 directed animation of articulated objects (objects
  2047.                 which can move with various degrees of freedom but are
  2048.                 constrained by attachment to other links within the
  2049.                 object).  This program demonstrates goal directed
  2050.                 animation with a simulated 3-dimensional robot arm.
  2051.                 Includes source.
  2052.                 Author:  Bob Laughlin
  2053.  
  2054. Juggler         Stunning animation of a robot juggler with ray
  2055.                 traced reflective spheres.  Uses HAM mode display
  2056.                 and sound effects to boot!
  2057.                 Author:  Eric Graham
  2058.  
  2059. Vt100           Version 2.4 of Dave's vt100 terminal emulator.
  2060.                 Includes xmodem and kermit file transfer protocols.
  2061.                 Author:  Dave Wecker
  2062.  
  2063. =========================================================================
  2064. ============================ README.list48 =============================
  2065. This is disk 48 of the freely distributable AMIGA software library.
  2066.  
  2067. Bru             Alpha 1 version of a hard disk and/or file archiver
  2068.                 written for Unix.  This is a vanilla port, with very
  2069.                 little Amiga smarts, but it is usable.  This is also
  2070.                 the last freely redistributable version.
  2071.                 Author:  Fred Fish
  2072.  
  2073. Comm            A vt100 like terminal emulator with built in support
  2074.                 for key functions and a phone number database.
  2075.                 Version 1.30.
  2076.                 Author:  DJ James
  2077.  
  2078. Csh2.04         Version 2.04 of Matt's csh-like shell.  Includes source.
  2079.                 Author:  Matt Dillon
  2080.  
  2081. Csh2.04M        Version 2.04 of Matt's csh-like shell, heavily modified
  2082.                 for Manx C.  Includes source.
  2083.                 Author:  Matt Dillon, Manx version by Steve Drew
  2084.  
  2085. Diskperf        A disk benchmark program which runs on both Unix and the
  2086.                 Amiga.
  2087.                 Author:  Rick Spanbauer
  2088.  
  2089. Du              Computes disk usage of a file or directory (including
  2090.                 subdirectories).  Very handy.
  2091.                 Author:  Joe Mueller
  2092.  
  2093. MemWatch        Memwatch is a program intended to sit in the background
  2094.                 and watch for random trashing of low memory by an
  2095.                 application under development.  If it detects a write
  2096.                 to low memory, it repairs it to what used to be there,
  2097.                 then puts up a requester indicating what damage had been
  2098.                 done.  Very useful!
  2099.                 Author:  John Toebes
  2100.  
  2101. PAGE 36 
  2102. Profiler        A realtime execution profiler for Manx 3.30E.  Using this
  2103.                 you can identify what sections of your program are using
  2104.                 the most time, or being executed the most, and optimize
  2105.                 as appropriate.  I was able to double the speed of some
  2106.                 programs by using this tool.  Includes source.
  2107.                 Author:  Tomas Rokicki
  2108.  
  2109. =========================================================================
  2110. ============================ README.list49 =============================
  2111. This is disk 49 of the freely distributable AMIGA software library.
  2112.  
  2113. Cycloids        An updated version of the hypocycloids (electronic
  2114.                 spirograph) program first released on disk number 27.
  2115.                 Author:  Terry Gintz
  2116.  
  2117. DirUtil         An enhanced version of the dirutil from disk number 35.
  2118.                 Dirutil is a program to wander around a directory tree
  2119.                 and perform various operations on files.  See README file
  2120.                 for list of new features.
  2121.                 Author:  Chris Nicotra, enhancements by Johan Widen
  2122.  
  2123. Multidef        A program to scan a collection of object and library
  2124.                 files and identify multiply defined symbols.  This is
  2125.                 useful to locate subtle problems where user defined
  2126.                 symbols override library symbols.
  2127.                 Author: Paul Jatkowski
  2128.  
  2129. MyUpdate        A disk update utility that also provides support for
  2130.                 automatically stripping comments from C header files
  2131.                 and for interactive verification on a per file basis.
  2132.                 Author:  Joe Mueller
  2133.  
  2134. Plot            Program to compute and plot 3 dimensional functions.
  2135.                 Includes hi-res interlace mode for maximum detail.
  2136.                 Author:  Unknown; Amiga version by Terry Gintz
  2137.  
  2138. Polygon         A moire type pattern generator but with color cycling.
  2139.                 Author:  Terry Gintz
  2140.  
  2141. QMouse          A program to query the status of the left mouse button
  2142.                 and return a status code.  The return code can be used
  2143.                 as a WARN condition in a CLI execute file to alter 
  2144.                 execution.  Also includes a separate program to toggle
  2145.                 interlace on and off.  Both are written in assembler and
  2146.                 are very small.
  2147.                 Author:  Robert Rethemeyer
  2148.  
  2149. Touch           A simple command to set the date of a file to the
  2150.                 current date.  Uses new supported method of setting
  2151.                 a file datestamp (rather than reading and writing
  2152.                 back a byte).
  2153.                 Author:  Phil Lindsay and Andy Finkel
  2154.  
  2155. Trees           Another "tree growing" program, similar to the one
  2156.                 on disk number 31, but more extensive.
  2157.                 Author:  Unknown; Amiga version by Terry Gintz
  2158.  
  2159. =========================================================================
  2160.  
  2161.